home *** CD-ROM | disk | FTP | other *** search
/ CD/PC Actual 63 / CDACTUAL63.iso / Shareware / Humor / FICHEROS / Dancer / Dancer.exe / scripts / DefineButton2_174 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2001-11-02  |  135 b   |  11 lines

  1. on(release){
  2.    tellTarget("bt/b/mt")
  3.    {
  4.       nextFrame();
  5.       tellTarget("tm")
  6.       {
  7.          play();
  8.       }
  9.    }
  10. }
  11.